home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Snippets / Platforms & Tools / MacApp / Windoid 1.0b2.2 / READMEFIRST < prev    next >
Encoding:
Text File  |  1991-09-04  |  1.0 KB  |  31 lines  |  [TEXT/MPS ]

  1. Windoid is a MacApp 3.0 sample, which shows how to construct tear-off floating
  2. windows for control of window information. This is a simple example that 
  3. has the bare minimum for supporting floating windows, written in generic
  4. C++.
  5.  
  6. This sourcecode is compiled and linked in the following environment:
  7.  
  8. MPW 3.2 
  9. MPW C++ 3.2a3
  10. [don't worry about all the inlining warnings generated by C++]
  11. MacApp 3.0b2PQR
  12.  
  13.  
  14. Any possible known and unknown bugs will be fixed in subsequent releases.
  15. Concerning comments, bug reports, and other issues, contact:
  16.  
  17. Kent Sandvik, DTS
  18. AppleLink: KSAND
  19. Usenet:    ksand@apple.com
  20. CompuServe:75300,1331
  21.  
  22. Changes since 1.0a2:
  23. Updated the method interfaces and calls to the new rules of MacApp3.0b1/b2.
  24.  
  25. Todo:
  26. Could not make use of the new View format yet, because I was unsure about
  27. how to include the floating window WDEF information in the .r file.
  28. Move IRes method implementations to DoPostCreate.
  29. Fix bugs (like when one moves quickly the floating window to another screen,
  30. and back, it gets confused and highlights many rects)
  31.